CallGraph
GprofParser Class Reference

Class define structure for parser to read stream of data from gprof tool. More...

#include <gprofparser.h>

List of all members.

Public Member Functions

 GprofParser ()
 Defautl constructor.
 ~GprofParser ()
 Defautl destructor.
void GprofParserStream (wxInputStream *m_pInputStream)
 Function is reading the input stream from gprof application and scan the rows to save to collection of objects lines.

Public Attributes

LineParserList lines
 List lines type LineParserList.

Detailed Description

Class define structure for parser to read stream of data from gprof tool.

Definition at line 21 of file gprofparser.h.


Constructor & Destructor Documentation

Defautl constructor.

Definition at line 6 of file gprofparser.cpp.

Defautl destructor.

Definition at line 19 of file gprofparser.cpp.


Member Function Documentation

void GprofParser::GprofParserStream ( wxInputStream *  m_pInputStream)

Function is reading the input stream from gprof application and scan the rows to save to collection of objects lines.

Parameters:
m_pInputStreampointer of type wxInputStream.

Definition at line 25 of file gprofparser.cpp.


Member Data Documentation

LineParserList GprofParser::lines

List lines type LineParserList.

Definition at line 47 of file gprofparser.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables